home *** CD-ROM | disk | FTP | other *** search
/ Steal This CD / steal_this_cd.iso / Chapter 07 - Where the Hackers Are / virc200.exe / {app} / ViRC.exe / 0 / RCDATA / TWINDOWEDWHO / TWINDOWEDWHO.txt
Text File  |  2004-01-05  |  1KB  |  76 lines

  1. object WindowedWho: TWindowedWho
  2.   Left = 291
  3.   Top = 153
  4.   Width = 725
  5.   Height = 475
  6.   BorderIcons = [biMaximize]
  7.   Caption = 'WindowedWho'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object ListView: TListView
  21.     Left = 8
  22.     Top = 8
  23.     Width = 707
  24.     Height = 401
  25.     Anchors = [akLeft, akTop, akRight, akBottom]
  26.     Columns = <
  27.       item
  28.         Caption = 'Nick'
  29.         Width = 100
  30.       end
  31.       item
  32.         Caption = 'Address'
  33.         Width = 250
  34.       end
  35.       item
  36.         Caption = 'Op?'
  37.         Width = 35
  38.       end
  39.       item
  40.         Caption = 'Away?'
  41.         Width = 45
  42.       end
  43.       item
  44.         Caption = 'Real name'
  45.         Width = 200
  46.       end
  47.       item
  48.         Caption = 'Server'
  49.         Width = 70
  50.       end>
  51.     MultiSelect = True
  52.     RowSelect = True
  53.     PopupMenu = WhoPopup
  54.     TabOrder = 0
  55.     ViewStyle = vsReport
  56.     OnColumnClick = ListViewColumnClick
  57.   end
  58.   object OKBtn: TButton
  59.     Left = 640
  60.     Top = 416
  61.     Width = 75
  62.     Height = 25
  63.     Anchors = [akRight, akBottom]
  64.     Cancel = True
  65.     Caption = 'OK'
  66.     Default = True
  67.     ModalResult = 1
  68.     TabOrder = 1
  69.   end
  70.   object WhoPopup: TPopupMenu
  71.     OnPopup = WhoPopupPopup
  72.     Left = 176
  73.     Top = 112
  74.   end
  75. end
  76.